func github.com/golang/protobuf/ptypes.validateTimestamp

3 uses

	github.com/golang/protobuf/ptypes (current package)
		timestamp.go#L47: 	return t, validateTimestamp(ts)
		timestamp.go#L70: 	if err := validateTimestamp(ts); err != nil {
		timestamp.go#L98: func validateTimestamp(ts *timestamppb.Timestamp) error {